crypto/ed25519/internal/edwards25519.projCached.YminusX (field)
9 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L49: YplusX, YminusX, Z, T2d field.Element
edwards25519.go#L90: v.YminusX.One()
edwards25519.go#L236: v.YminusX.Subtract(&p.y, &p.x)
edwards25519.go#L280: MM.Multiply(&YminusX, &q.YminusX)
edwards25519.go#L299: PP.Multiply(&YplusX, &q.YminusX) // flipped sign
edwards25519.go#L401: v.YminusX.Select(&a.YminusX, &b.YminusX, cond)
edwards25519.go#L417: v.YplusX.Swap(&v.YminusX, cond)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)